home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TCUSTOMDICTIONARIESDIALOG / TCUSTOMDICTIONARIESDIALOG.txt
Text File  |  2003-07-29  |  2KB  |  106 lines

  1. object CustomDictionariesDialog: TCustomDictionariesDialog
  2.   Left = 563
  3.   Top = 274
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxDictionaries'
  7.   ClientHeight = 254
  8.   ClientWidth = 384
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     384
  20.     254)
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object OK: TButton
  24.     Left = 283
  25.     Top = 217
  26.     Width = 92
  27.     Height = 28
  28.     Anchors = [akLeft, akBottom]
  29.     Caption = 'xxOK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 2
  33.   end
  34.   object CustomGroup: TGroupBox
  35.     Left = 10
  36.     Top = 10
  37.     Width = 365
  38.     Height = 198
  39.     Caption = ' xxCustom Dictionaries: '
  40.     TabOrder = 0
  41.     object CustomDictionaries: TListView
  42.       Left = 10
  43.       Top = 20
  44.       Width = 247
  45.       Height = 168
  46.       Checkboxes = True
  47.       Columns = <
  48.         item
  49.           AutoSize = True
  50.           Caption = 'Filename'
  51.         end>
  52.       ColumnClick = False
  53.       HideSelection = False
  54.       ShowColumnHeaders = False
  55.       TabOrder = 0
  56.       ViewStyle = vsReport
  57.       OnChange = CustomDictionariesChange
  58.       OnDeletion = CustomDictionariesDeletion
  59.       OnEdited = CustomDictionariesEdited
  60.       OnEditing = CustomDictionariesEditing
  61.       OnSelectItem = CustomDictionariesSelectItem
  62.     end
  63.     object NewButton: TButton
  64.       Left = 263
  65.       Top = 86
  66.       Width = 93
  67.       Height = 28
  68.       Caption = 'xxNew'
  69.       TabOrder = 3
  70.       OnClick = NewButtonClick
  71.     end
  72.     object DeleteButton: TButton
  73.       Left = 263
  74.       Top = 53
  75.       Width = 93
  76.       Height = 28
  77.       Caption = 'xxDelete'
  78.       TabOrder = 2
  79.       OnClick = DeleteButtonClick
  80.     end
  81.     object EditButton: TButton
  82.       Left = 263
  83.       Top = 20
  84.       Width = 93
  85.       Height = 28
  86.       Caption = 'xxEdit'
  87.       TabOrder = 1
  88.       OnClick = EditButtonClick
  89.     end
  90.   end
  91.   object HelpButton: TButton
  92.     Left = 183
  93.     Top = 217
  94.     Width = 93
  95.     Height = 28
  96.     Caption = 'xxHelp'
  97.     TabOrder = 1
  98.     OnClick = HelpButtonClick
  99.   end
  100.   object DialogControl: TConfigurationDialogCtrl
  101.     OnConfigurationAvailable = DialogControlConfigurationAvailable
  102.     Left = 24
  103.     Top = 128
  104.   end
  105. end
  106.